parametric search造句
例句與造句
- Skeletons are provided as parametric search strategies rather than parametric parallelization patterns.
- Because they are strongly rather than weakly polynomial, algorithms based on parametric search are more satisfactory from a theoretical point of view.
- However, parametric search leads to an increase in time complexity ( compared to the decision algorithm ) that may be larger than logarithmic.
- In practice, binary search is fast and often much simpler to implement, so algorithm engineering efforts are needed to make parametric search practical.
- Because of the large constant factors arising in the analysis of the AKS sorting network, parametric search using this network as the test algorithm is not practical.
- It's difficult to find parametric search in a sentence. 用parametric search造句挺難的
- Instead, when applicable, parametric search finds strongly polynomial algorithms, whose running time is a function only of the input size and is independent of numerical precision.
- As they show, the resulting randomized parametric search algorithm makes only a logarithmic number of calls to the decision algorithm with high probability, matching Cole's theoretical analysis.
- At the beginning of 2013 the company launched Anglia-Live, its e-commerce website, offering a comprehensive parametric search engine, live inventory, live pricing and online ordering.
- Based on this heuristic analysis, and on experimental results with an implementation of the algorithm, they argue that a quicksort-based parametric search algorithm will be more practical than its worst-case analysis would suggest.
- Advanced versions of the parametric search technique use a parallel algorithm as the test algorithm, and group the comparisons that must be simulated into batches, in order to significantly reduce the number of instantiations of the decision algorithm.
- Nevertheless, write that " while a simple binary-search approach is often advocated as a practical replacement for parametric search, it is outperformed by our [ parametric search ] algorithm " in the experimental comparisons that they performed.
- Nevertheless, write that " while a simple binary-search approach is often advocated as a practical replacement for parametric search, it is outperformed by our [ parametric search ] algorithm " in the experimental comparisons that they performed.
- Some merely provide a " Part Number " lookup, while others offer advanced features such as parametric search ( Search of items driven by the technical characteristics such as physical dimensions, material, color etc . ) or links to associated data set.
- As in Cole's technique, they use a desynchronized parametric search, in which each separate thread of execution of the simulated parallel sorting algorithm is allowed to progress until it needs to determine the result of another comparison, and in which the number of unresolved comparisons is halved by finding the median comparison value and calling the decision algorithm with that value.
- An extended version of their paper includes experimental results from an implementation of the algorithm, which show that the total running time of this method on several natural geometric optimization problems is similar to that of the best synchronized parametric search implementation ( the quicksort-based method of van Oostrum and Veltkamp ) : a little faster on some problems and a little slower on some others.